home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Multimedia / MIDI / Install Flypaper Demo folder / FlyPaper 1.0.0 DEMO / FlyPaper 1.0.0 DEMO.rsrc / TEXT_7407.txt < prev    next >
Text File  |  1995-01-19  |  1KB  |  88 lines

  1. Standard MIDI Messages
  2.  
  3. Bold hexidecimal characters are constant, and identify the type of MIDI Message.
  4.  
  5. Note On
  6.  
  7.                     9c    Nn    Vv
  8.  
  9.             c = Channel number (range 0 - F)
  10.             N=Upper 4 bits of note number
  11.             n=Lower 4 bits of note number
  12.             V=Upper 4 bits of key velocity
  13.             v = Lower 4 bits of key velocity
  14.  
  15. Note Off
  16.  
  17.                     8c    Nn    Vv
  18.             
  19.             c = Channel number (range 0 - F)
  20.             N=Upper 4 bits of note number
  21.             n=Lower 4 bits of note number
  22.             V=Upper 4 bits of key velocity
  23.             v = Lower 4 bits of key velocity
  24.  
  25. Touch
  26.  
  27.                     Dc    Xx
  28.  
  29.             c = Channel number (range 0 - F)
  30.             X = Upper 4 bits of key touch amount
  31.             x = lower 4 bits of key touch amount
  32.  
  33.  
  34. Preset Change
  35.  
  36.                     Cc    Xx
  37.  
  38.             c = Channel number (range 0 - F)
  39.             X = Upper 4 bits of preset number
  40.             x = lower 4 bits of preset number
  41.  
  42.  
  43. Controller
  44.  
  45.                     Bc    Nn    Xx
  46.  
  47.             c = Channel number (range 0 - F)
  48.             N = Upper 4 bits of controller number
  49.             n= lower 4 bits of controller number
  50.             X = Upper 4 bits of controller amount
  51.             x = Lower 4 bits of controller amount
  52.  
  53. Pitch Bend
  54.  
  55.                     Ec    Xx    Yy
  56.  
  57.             c = Channel number (range 0 - F)
  58.             X = Upper 4 bits of MSB (Most Significant Byte=1st byte of 2) of bend amount
  59.             x= lower 4 bits of MSB of bend amount
  60.             Y = Upper 4 bits of LSB (Least Significant Byte=2nd byte of 2) of bend amount
  61.             v= Lower 4 bits of LSB of bend amount
  62.  
  63.  
  64. Start of System Exclusive Message
  65.  
  66.                     F0
  67.  
  68. End of System Exclusive Message
  69.  
  70.                     F7
  71.  
  72. Time Code
  73.  
  74.                     F8
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.